var crypto/sha1.useSHANI
3 uses
crypto/sha1 (current package)
sha1block_amd64.go#L21: var useSHANI = cpu.X86.HasAVX && cpu.X86.HasSHA && cpu.X86.HasSSE41 && cpu.X86.HasSSSE3
sha1block_amd64.go#L25: impl.Register("sha1", "SHA-NI", &useSHANI)
sha1block_amd64.go#L29: if useSHANI {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |